home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Sound / 2BufRecordSndPlay / 2BufRecordSndPlayPPC.make < prev    next >
Encoding:
Text File  |  1995-02-11  |  1.3 KB  |  44 lines  |  [TEXT/MPS ]

  1. #   File:       2BufRecordSndPlayPPC.make
  2. #   Target:     2BufRecordSndPlayPPC
  3. #   Sources:    2BufRecordSndPlayPPC.r
  4. #               2BufRecordSndPlay.c
  5. #   Created:    Saturday, February 11, 1995 10:17:07 PM
  6.  
  7.  
  8. POWERPCOBJECTS = ∂
  9.         2BufRecordSndPlay.o ∂
  10.  
  11. 68KOBJECTS = ∂
  12.         2BufRecordSndPlay.c.o ∂
  13.  
  14.  
  15. 2BufRecordSndPlayPPC  ƒƒ 2BufRecordSndPlayPPC.make 2BufRecordSndPlayPPC.r
  16.     Rez 2BufRecordSndPlayPPC.r -append -o 2BufRecordSndPlayPPC
  17.  
  18. 2BufRecordSndPlayPPC ƒƒ 2BufRecordSndPlayPPC.make  {POWERPCOBJECTS}
  19.     PPCLink  ∂
  20.         {POWERPCOBJECTS} ∂
  21.         "{PPCLibraries}"InterfaceLib.xcoff ∂
  22.         "{PPCLibraries}"MathLib.xcoff ∂
  23.         "{PPCLibraries}"StdCLib.xcoff ∂
  24.         "{PPCLibraries}"StdCRuntime.o ∂
  25.         "{PPCLibraries}"PPCCRuntime.o ∂
  26.         -main __start ∂
  27.         -o 2BufRecordSndPlayPPC.xcoff
  28.     makePEF 2BufRecordSndPlayPPC.xcoff -o 2BufRecordSndPlayPPC ∂
  29.         -l InterfaceLib.xcoff=InterfaceLib ∂
  30.         -l MathLib.xcoff=MathLib ∂
  31.         -l StdCLib.xcoff=StdCLib ∂
  32.         -ft APPL -fc '????'
  33. 2BufRecordSndPlay.o ƒ 2BufRecordSndPlayPPC.make 2BufRecordSndPlay.c
  34.      PPCC -w conformance -appleext on  2BufRecordSndPlay.c -o 2BufRecordSndPlay.o
  35.  
  36. 2BufRecordSndPlayPPC ƒƒ 2BufRecordSndPlayPPC.make  {68KOBJECTS}
  37.     Link -t APPL -c '????' ∂
  38.         {68KOBJECTS} ∂
  39.          "{Libraries}"Runtime.o ∂
  40.          "{Libraries}"Interface.o ∂
  41.         -o 2BufRecordSndPlayPPC
  42. 2BufRecordSndPlay.c.o ƒ 2BufRecordSndPlayPPC.make 2BufRecordSndPlay.c
  43.      C -r  2BufRecordSndPlay.c
  44.